From: Jan D. Date: Fri, 12 Nov 2010 08:46:21 +0000 (+0100) Subject: xfns.c (Fx_show_tip): Fix typo in docstring. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~5687 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=ae0f50a013eb428bf0afc62a822cf45a4a7ea74d;p=emacs.git xfns.c (Fx_show_tip): Fix typo in docstring. --- diff --git a/src/ChangeLog b/src/ChangeLog index 625357bb050..d3692d28e07 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2010-11-11 Julien Danjou + + * xfns.c (Fx_show_tip): Fix typo in docstring. + 2010-11-11 Stefan Monnier * cmds.c (Fself_insert_command): Don't call XFASTINT without checking diff --git a/src/xfns.c b/src/xfns.c index 28566eb9a64..79e21fa0b50 100644 --- a/src/xfns.c +++ b/src/xfns.c @@ -5021,7 +5021,7 @@ change the tooltip's appearance. Automatically hide the tooltip after TIMEOUT seconds. TIMEOUT nil means use the default timeout of 5 seconds. -If the list of frame parameters PARAMS contains a `left' parameters, +If the list of frame parameters PARMS contains a `left' parameters, the tooltip is displayed at that x-position. Otherwise it is displayed at the mouse position, with offset DX added (default is 5 if DX isn't specified). Likewise for the y-position; if a `top' frame